home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_util / nefd235.zip / WHATSNEW.TXT < prev   
Text File  |  1996-06-14  |  48KB  |  1,127 lines

  1.         
  2.                                       NEF
  3.         
  4.                              Changes and Additions
  5.         
  6.         
  7.         2.35   Public Release, June 14 1996
  8.         
  9.              - OS/2:
  10.                Hatch: Added support for extracting File_Id.Diz from SFX
  11.                .EXE archives. There is no custom support for any archive
  12.                format: NEF supports all the archivers defined in
  13.                Compress.Cfg with an ID string of at least 2 bytes. This
  14.                method is not very accurate, but it's quite general and
  15.                it usually works.
  16.         
  17.              - New "AnnExclude <filespec> ..." statement, to exclude
  18.                specified files from the announcements.
  19.         
  20.                This statement can be used both in the global
  21.                announcement section and inside each "AreaTag/AreaPath"
  22.                block.
  23.         
  24.              - The "FileBone Availability" message now respects the
  25.                FileLink message flags.
  26.         
  27.              - FileFix commands are now accepted from command line:
  28.                NEF FileFix <adr> <cmd> ...
  29.                where <cmd>s are the same commands that can be used in
  30.                messages addressed to the AutoLink robot.
  31.         
  32.              - Special commands for the filefix robot can now be
  33.                preceded indifferently by '?' or '%'. This is useful when
  34.                using the robot via command line with 4OS2, which
  35.                interprets the strings starting with '%' as environment
  36.                variables. If you still want to use '%', then you might
  37.                need to precede it with an escape character.
  38.         
  39.                E.g. Nef FileFix 2:332/504.2 ?QUERY
  40.                     Nef FileFix 2:332/504.2 ^%QUERY
  41.         
  42.              - New FileLink flag 'Y' to specify links to be notified
  43.                when "NEF Notify" is executed with no address list.
  44.         
  45.         
  46.         
  47.         2.34   Public Release, May 20 1996
  48.         
  49.              - Extension of the PassThru concept.
  50.         
  51.                If you specify the "-0" flag in a FileArea definition,
  52.                when you do "Nef Clean", the files not currently
  53.                referenced in outbound attaches are deleted.
  54.         
  55.                If you specify "-0<days>", the files in that area will
  56.                not be deleted until they become older than <days> _AND_
  57.                there is no file attach pointing to them.
  58.         
  59.                Example:
  60.         
  61.                FileArea Area1 \file\area1\ O -030 2:345/678 I123/4
  62.         
  63.                Files in \file\area1 will be deleted when older than 30
  64.                days _and_ not referenced by any file attach.
  65.         
  66.              - OS/2: New "KillDate Write|Creation" statement.
  67.                To specify the date to be used for evaluating the file
  68.                age that triggers the file deletion in passthru areas.
  69.         
  70.                This statement is useful for HPFS, ignored on FAT.
  71.         
  72.                If none specified, "Creation" is assumed.
  73.         
  74.                Example:
  75.         
  76.                KillDate Write
  77.         
  78.              - New extended "-0<days>" switch for the "NewAreasFrom"
  79.                statement.
  80.         
  81.              - OS/2: New parameters "Creation" and "Write" for the Touch
  82.                keyword. You can configure the type of "touch" you need.
  83.                Examples:
  84.         
  85.                Touch       ; default: touch the Creation (upload) date
  86.                Touch Creation              ; same as default
  87.                Touch Write                 ; touch the Last Write date
  88.                Touch Creation Write        ; touch both dates
  89.         
  90.              - Fixed bug introduced in 2.32 which caused an access
  91.                violation in the "query" type commands if AreaDescWrap
  92.                was not used in the config file.
  93.         
  94.              - Added check to prevent access violation when interactive
  95.                hatch is used with @diz and CompressCfg is NOT defined.
  96.                Now an error is reported.
  97.         
  98.              - Added check to prevent that NEF reports "Empty command"
  99.                when no MaxAreaCompile statement is used.
  100.         
  101.              - Enhanced INF Documentation.
  102.         
  103.         
  104.         
  105.         2.33   Public Release, Mar 13 1996
  106.         
  107.              - A bug in the squish.cfg parsing routines has been found:
  108.                if an area is defined with NOTHING after the path, this
  109.                area cannot be opened. The problem usually happens when
  110.                AreaTag specifies a *.MSG netmail with NO flags in
  111.                Squish.Cfg.
  112.         
  113.         
  114.         
  115.         2.32   Public Release, Mar 13 1996
  116.         
  117.              - New registration options: BMT Micro, NC, USA and Vince
  118.                Coen, UK.
  119.         
  120.              - If the file description contains high ascii codes
  121.                (>127), the announcements will now contain remapped
  122.                plain-ASCII characters.
  123.         
  124.              - You can allow High Ascii characters in some (or even
  125.                all) areas by the use of the "HighAsciiOk" statement in
  126.                the global or local-override announcement sections.
  127.         
  128.              - New (global) statement: UniqueDmpLine.
  129.                Makes NEF generate FILES.DMP filebase files with
  130.                descriptions on one line only (multiple lines are
  131.                concatenated).
  132.         
  133.                By default, NEF outputs multi-line descriptions without
  134.                changes to FILES.DMP: when using L)ocate and N)ewfiles
  135.                commands, Maximus will respect the original formatting,
  136.                but the continuation lines will be aligned to the left.
  137.         
  138.                When this statement is used, the original formatting of
  139.                descriptions is lost (in the filebase) but Maximus will
  140.                be able to word-wrap and align when executing L)ocate or
  141.                N)ewfiles commands.
  142.         
  143.              - Added check to prevent misconfiguration of the "AreaTag"
  144.                statement: it's ILLEGAL to use "AreaTag MyTag -$".
  145.                You must either use "AreaTag MyTag" (if SquishCfg is
  146.                used) or "AreaTag MyTag c:\bbs\mail\mytag -$".
  147.                In other words: when you let NEF lookup the TAG in
  148.                Squish.cfg, it is smart enough to find out the area type
  149.                on its own !
  150.         
  151.              - When hatching from command line, it is now legal to specify
  152.                @diz without specifying a short description: it will be
  153.                considered empty. I still strongly recommend to always
  154.                specify a "short" description besides the optional "long"
  155.                one.
  156.         
  157.                Example
  158.         
  159.                Nef Hatch c:\file\filename.ext TAG @diz
  160.         
  161.                is now equivalent to:
  162.         
  163.                Nef Hatch c:\file\filename.ext TAG "" @diz
  164.         
  165.              - Changed a typedef in NEFEAT.H, so that it does not
  166.                create problems with IBM compilers (thanks to Michael
  167.                Hohner).
  168.         
  169.              - OS/2: New mnemonic characters for PmHatch PushButtons.
  170.         
  171.         
  172.         
  173.         2.31   Private Beta, Mar 3 1996
  174.         
  175.              - Fixed problem with UNC filenames that start with a double
  176.                backslash (on LANs).
  177.         
  178.         
  179.         
  180.         2.30   Public Release, Feb 19 1996
  181.         
  182.              - Check added to prevent NEF from issuing a forward request
  183.                to multiple uplinks for the same area, when a TAG is
  184.                contained in more than one Filebone file.
  185.         
  186.              - New cfg statement: "ForwardWildReq".
  187.                Starting with ver 2.30, by default, TicFix requests with
  188.                wildcards are NOT forwarded to the filebones; this verb
  189.                enables even this type of request forward.
  190.         
  191.              - Additional check in PmHatch: if no "short" description is
  192.                specified, the user is prompted about whether he really
  193.                means to hatch with no (short) description.
  194.         
  195.              - Updated Docs.
  196.         
  197.         
  198.         
  199.         2.26   Public Beta, Jan 22 1996
  200.         
  201.         
  202.              - COMPATIBILITY WARNING:
  203.         
  204.                New override priority sequence for "from AKA".
  205.         
  206.                The highest priority is that of the "Area AKA": if you
  207.                have defined an area aka (#<address> in FileArea
  208.                definition), it will always be the "from address" for
  209.                TICs from this area.
  210.         
  211.                Then there is the aka override of "FileLink" definitions.
  212.                If a node has a "from aka" specified in it's FileLink
  213.                definition, it will be used for all TICs addressed to
  214.                this node, unless there is an overriding "Area AKA".
  215.         
  216.                If no override is applicable from FileArea and FileLink
  217.                definitions, then an aka match is attempted: if the
  218.                "to-address" has a zone that matches an address defined
  219.                in NEF.CFG, then the first match is used.
  220.         
  221.                If none of the previous cases applies, the primary
  222.                address is used (the first address defined in nef.cfg).
  223.         
  224.         
  225.              - New command line options for hatch commands.
  226.         
  227.                "@bbs" can be used in the place of the normal
  228.                description: NEF will take (if existent) from the
  229.                files.bbs.
  230.         
  231.                "@diz" can be used as a further optional parameter (after
  232.                the "short" description) to make NEF take the "long"
  233.                description from the file_id.diz contained in the
  234.                archive.
  235.         
  236.                Examples:
  237.         
  238.                nef hatch d:\apbbs\nef999.rar APBBS "Nef 9.99"
  239.                nef hatch d:\apbbs\nef999.rar APBBS @bbs
  240.                nef hatch d:\apbbs\nef999.rar APBBS "Nef 9.99" @diz
  241.                nef hatch d:\apbbs\nef999.rar APBBS @bbs @diz
  242.         
  243.         
  244.              - New "Single Hatch" option.
  245.                If you Hatch/Catch/Match/Send a file with the -d<adr>
  246.                command line switch, it is sent to <adr> only.
  247.         
  248.                <adr> can be any 4D address: in the case it is defined as
  249.                a link in the matching "FileArea" or even only as a
  250.                "FileLink", the specified akas, password and switches are
  251.                applied.
  252.         
  253.                If, on the contrary, <adr> is a unknown address,
  254.                the Hold flavour is used, no password is put in
  255.                the TIC and the "from" aka is derived from an aka-match
  256.                on the zone.
  257.         
  258.                Example: Nef -d2:332/504.2 hatch
  259.         
  260.         
  261.              - Now NEF is able to add new (created) areas to the Maximus
  262.                filearea.ctl or equivalent.
  263.                There are two new configuration statements:
  264.         
  265.                MaxAreaAdd <fileareactl> <lev[/keys]> <acs> [<division>]
  266.                MaxAreaCompile <command>
  267.         
  268.                <fileareactl> is the fully qualified name of the Maximus
  269.                file-area definition file.
  270.         
  271.                <lev[/keys]> protects areas of higher privilege from
  272.                being automatically added to the Maximus configuration.
  273.                The level and keys are to be compared to those of
  274.                ProtArea statements and FileBone files.
  275.         
  276.                <acs> is the Maximus access string to be used in
  277.                <fileareactl> for the new area.
  278.         
  279.                <division> is the optional specification of a division
  280.                where you want to put new areas. If not specified or not
  281.                found, the new areas will be appended at the end of
  282.                <fileareactl>.
  283.         
  284.                <command> is an external command to be executed before
  285.                NEF ends, from the Maximus system directory.
  286.                It should be used to compile the new Maximus
  287.                configuration via SILT/SILTP.
  288.         
  289.                The area name is taken equal to the area TAG, with dots
  290.                changed to underscores.
  291.         
  292.                The area description is taken from the FileBone files if
  293.                available, otherwise it is taken equal to the area TAG.
  294.         
  295.                Example:
  296.         
  297.                MaxAreaAdd d:\max\filearea.ctl 0 Transient Tic.New
  298.                MaxAreaCompile siltp max -a -2a
  299.         
  300.                The new areas, will be inserted at the end of division
  301.                "Tic.New" in the file "d:\max\filearea.ctl", with an
  302.                access string of "Transient". Areas with protection level
  303.                above 0 or any protection key will NOT be added to
  304.                maximus configuration.
  305.         
  306.                Before terminating, NEF will invoke the SILTP compiler to
  307.                update the area configuration. The command will be
  308.                executed after changing the current directory to the
  309.                Maximus system one (probably d:\max\).
  310.         
  311.         
  312.              - The filebone-style files now accept the specification of
  313.                keys after level.
  314.         
  315.                Example:
  316.         
  317.                Area NODEDIFF 0/f ! FidoNet: Weekly NodeList Updates
  318.         
  319.         
  320.              - The default message size is of 12KB.
  321.                The new cfg statement "MsgSize <bytes>" allows to specify
  322.                a different size (minimum 8KB).
  323.         
  324.                Usually a larger message size is useful to avoid too many
  325.                messages in reports of filebone availability. Anyway,
  326.                please be careful not to use a size larger than your
  327.                downlinks can handle.
  328.         
  329.                Example:
  330.         
  331.                MsgSize 90000
  332.         
  333.         
  334.              - Fast Netmail Scan in Squish area.
  335.                The pointer to the last scanned message is stored
  336.                in <netarea>.NEF.
  337.         
  338.         
  339.              - New cfg statement "NoRaidBeforeHatch" to avoid the
  340.                scanning of netmail before the execution of hatch
  341.                commands. This could be useful to avoid delays with huge
  342.                *.MSG netmail areas.
  343.         
  344.         
  345.              - The tear line now reports the OS version (OS/2 or DOS)
  346.                and a '+' after the version number in the case of a
  347.                registered copy ("Evaluation" for unregistered copies, as
  348.                before).
  349.         
  350.         
  351.              - Errorlevels for Lock and Close error on message areas
  352.                have been dropped: if a Lock error happens, NEF will exit
  353.                with the Open area errorlevel; in the case of a Close
  354.                error, NEF will continue after issuing an error message.
  355.         
  356.         
  357.              - TICs received with no password in "NoSecure" mode are
  358.                accepted anyway.
  359.         
  360.         
  361.              - Area aka overrides are reported by the nef filefix robot
  362.                when answering to query type commands.
  363.         
  364.         
  365.            OS/2 Only:
  366.         
  367.              - Added support for Feature DLLs:
  368.         
  369.                Two new configuration statements are supported:
  370.         
  371.                FeatureLoad <DllName>
  372.                Feature <cfgline>
  373.         
  374.                "FeatureLoad" allows to load a "Feature" DLL.
  375.                <DllName> can be a simple filename without extension
  376.                (".DLL" implied) if the DLL is in the LibPath, otherwise
  377.                a fully qualified filename can be specified.
  378.         
  379.                "Feature" allows to specify configuration statements that
  380.                are to be parsed by the DLL.
  381.         
  382.                Multiple FeatureLoad statements are allowed, in which
  383.                case the Feature statements refer to the last loaded DLL.
  384.         
  385.                An Example DLL, named "Feature.Dll" is provided, with
  386.                source.
  387.         
  388.                Example (works with the example DLL):
  389.         
  390.                FeatureLoad Feature
  391.                Feature OutPrefix "New File Received: "
  392.         
  393.         
  394.         
  395.         2.21   Public Beta, Jan 1 1996
  396.         
  397.              - This should be the last beta before a new "final" release.
  398.         
  399.              - COMPATIBILITY WARNING:
  400.         
  401.                The old "AreaList" configuration statement has been dropped.
  402.                In some cases you could use the new "HelpFile" statement
  403.                to point to the file you used with "AreaList".
  404.         
  405.              - New "HelpFile <file>" configuration statement.
  406.                The specified <file> will be sent (via netmail) by the
  407.                FileFix robot when help is requested.
  408.         
  409.              - New switches can be used on the subject of messages
  410.                addressed to the FileFix robot:
  411.         
  412.                -h  to ask for help.
  413.                -q  remains "query": list of all areas.
  414.                -l  now means "linked": list of linked areas only.
  415.                -u  to get a list of unlinked areas only.
  416.         
  417.                Only the first letter is checked, so you could use
  418.                "-query" instead of the simple abbreviation "-q".
  419.         
  420.              - New commands are now available in the body of the
  421.                messages addressed to the FileFix robot.
  422.                Besides add/delete commands for areas, you can use:
  423.         
  424.                %Help        same as -h
  425.                %Query       same as -q
  426.                %List        same as -q
  427.                %Linked      same as -l
  428.                %Unlinked    same as -u
  429.         
  430.              - New "FileBone" support.
  431.         
  432.                NEF is now able to use information distributed via the
  433.                FileBone.Na and FileBone.No files.
  434.         
  435.                Many useful functions are allowed by the use of these
  436.                files, so, even if you do not receive them from your
  437.                uplink, you could evaluate the possibility of creating
  438.                "filebone" style files on your own, just to store some
  439.                information that can be retrieved by NEF.
  440.         
  441.         
  442.              - The format for the filebone style is:
  443.         
  444.                Area <Tag> <lev> <flags> <desc>
  445.         
  446.                <Tag> is the TIC area Tag. The original filebone format
  447.                      allows 8 character maximum but NEF is not that
  448.                      limited.
  449.         
  450.                <lev> is the protection level of the area, for "filefix"
  451.                      (raid) functions.
  452.                      The original format allows the range 0-4095 while
  453.                      NEF allows 0-65535.
  454.         
  455.                <flags> is a combinaton of !.*& and possibly other
  456.                        characters.
  457.         
  458.                      ! : Can be found at any Filebone Hub.
  459.                      . : Only on some Filebone Hubs.
  460.                      * : Any node can hatch into.
  461.                      & : Do not send to downlinks.
  462.         
  463.                 Others : Private distribution.
  464.         
  465.                 Examples:
  466.         
  467.                      ! : normal area from the uplink to its downlinks,
  468.                          available on all Filebone Hubs.
  469.         
  470.                    !*& : return channel from the downlinks to their
  471.                          uplink, available on all Filebone Hubs.
  472.         
  473.                     .* : bidirectional area (any node can hatch into),
  474.                          available on some Filebone hubs only.
  475.         
  476.         
  477.                <desc> is the description for the area.
  478.         
  479.         
  480.                Example:
  481.         
  482.                Area APBBS    0 P ApWorks OS/2 BBS programs
  483.                Area NODEDIFF 0 ! FidoNet: Weekly NodeList Updates
  484.         
  485.              - New configuration verb:
  486.         
  487.                FileBone <file> [<fm> <to> <toadr> <acc> [<pre>]]
  488.         
  489.                Multiple FileBone statements are possible.
  490.         
  491.                <file> is the filename of the filebone-style file.
  492.         
  493.                If you want to enable the forward of requests for new
  494.                areas from your downlinks to your uplink(s), you must
  495.                specify the following fields (to be enclosed between
  496.                quotes when containing space) so that they can be used to
  497.                write netmail messages to your uplink's Raid:
  498.         
  499.                <fm> is the "from" name.
  500.         
  501.                <to> is the "to" name.
  502.         
  503.                <toadr> is the "to" 4D address.
  504.         
  505.                <acc> is a <level>[/keys] specification, to limit the
  506.                      access of downlinks to request forwards addressed
  507.                      to <toadr> for the areas described in <file>.
  508.         
  509.                <pre> is an optional string to be prefixed to the area
  510.                      Tags that are being requested.
  511.         
  512.                Examples:
  513.         
  514.                FileBone \bbs\FileBone.Na "Alberto Pasquale" SysOp 2:332/1 0
  515.         
  516.                The "\bbs\FileBone.Na" file is used by NEF, also for
  517.                request forwards.
  518.         
  519.                When a downlink requests an area that is not currently
  520.                defined in the NEF configuration (usually TicArea.Cfg)
  521.                but is described in FileBone.Na, a netmail message is
  522.                written by NEF from "Alberto Pasquale" to "SysOp" of
  523.                2:332/1 using the appropriate "from address" aka and
  524.                "subject" (password) as per the "FileLink" definition of
  525.                2:332/1. The body contains a list of the requested area
  526.                Tags, one per line.
  527.         
  528.                No (<acc> = "0") protection is specified (any downlink
  529.                has access to request forwards).
  530.         
  531.         
  532.                FileBone \bbs\FB.SP "Alberto Pasquale" SysOp 2:332/1 30/a +
  533.         
  534.                Only downlinks with level equal or above 30 and with the
  535.                'A' key have access to request forwards. The requested
  536.                tags will be preceded by "+".
  537.         
  538.                If you need a space between the '+' and the tag, then you
  539.                must specify a <pre> that contains a space, so you have
  540.                to enclose it in quotes:
  541.         
  542.                FileBone \bbs\FB.SP "Alberto Pasquale" SysOp 2:332/1 0 "+ "
  543.         
  544.              - The forwarded requests are stored in a file named after
  545.                the configuration one, changing the extension to ".Fwd".
  546.                Usually the configuration file is "Nef.Cfg", so the
  547.                forwarded requests will be stored in "Nef.Fwd".
  548.         
  549.                The format is: <Tag> <Addr>, i.e. every line contains a
  550.                Tag followed by the 4D Address of the downlink that made
  551.                the request.
  552.         
  553.                When a new area is created, NEF looks into this file in
  554.                order to find nodes to be added to the new "FileArea"
  555.                definition.
  556.         
  557.              - A node is entitled to add an area only if it has level
  558.                and keys that match the requirements from BOTH the
  559.                "ProtArea" statements in Nef.Cfg and the <lev>
  560.                specification in a FileBone file (if available).
  561.         
  562.              - The various area-listing commands will list the
  563.                descriptions contained in the FileBone files.
  564.         
  565.              - When the FileFix robot is requested a list of areas that
  566.                are not linked, it will list also those available to the
  567.                requesting node from the filebone.
  568.         
  569.              - New cfg statement:
  570.         
  571.                AreaDescWrap <indent> <right>
  572.         
  573.                suggested:
  574.         
  575.                AreaDescWrap 25 79
  576.         
  577.                The descriptions returned by the filefix functions will
  578.                be word-wrapped so that continuation lines start with
  579.                <indent> spaces and do not exceed column <right>.
  580.         
  581.              - New extended syntax for the Netmail statement:
  582.         
  583.                NetMail <path> [-$] [-p<adr>]
  584.         
  585.                The new -p<adr> switch allows to specify a primary
  586.                address for the netmail area. NEF will use this address
  587.                to write the messages to the FileBone's FileFix to the
  588.                correct netmail area.
  589.         
  590.                If you have multiple netmails, please add the primary
  591.                address specification in all but the "default" netmail
  592.                areas.
  593.         
  594.              - New command line command:
  595.         
  596.                NEF NOTIFY [ALL | <adr> ...]
  597.         
  598.                The Notify command sends a list of linked areas to the
  599.                specified links.
  600.         
  601.                Examples:
  602.         
  603.                NEF Notify
  604.                NEF Notify All
  605.         
  606.                Sends notification to all links.
  607.         
  608.                NEF Notify 2:332/504 81:449/9108
  609.         
  610.                Sends notifications to the 2 specified addresses.
  611.         
  612.         
  613.         
  614.         2.20   Public Beta, Dec 03 1995
  615.         
  616.              - New type of hatch with copy:
  617.         
  618.                If you use "NEF CATCH", the specified file is copied to
  619.                the destination area and hatched.
  620.         
  621.              - Multi-Line files.bbs descriptions are now supported.
  622.                To enable this feature the way you like, please use the
  623.                "MultiLineDesc <nnn> [<c>]" statement, specifying the
  624.                continuation column and character.
  625.         
  626.                For example, to have the 2nd and following description
  627.                lines in files.bbs start at column 31, use:
  628.         
  629.                MultiLineDesc 31
  630.         
  631.                To have the continuation lines preceded by a '|'
  632.                character, use:
  633.         
  634.                MultiLineDesc 29 |
  635.         
  636.              - Modified routines for PassThru clean-up.
  637.         
  638.                Previously passthru areas HAD to be defined using a
  639.                separate path for each area. Now NEF works correctly even
  640.                if you define many areas with the same path.
  641.         
  642.                Anyway this is not a recommended practice, since slightly
  643.                different files with the same name could arrive from
  644.                different areas causing a CRC mismatch.
  645.         
  646.            OS/2 Only:
  647.         
  648.              - New Pm Hatch.
  649.                To invoke the PM hatch program you must type "NEF send".
  650.                The PmHatch program is very simple and intuitive to use:
  651.                see the following description.
  652.         
  653.                You can select the destination Area Tag via a drop-down
  654.                list: just click with the mouse on the button at the
  655.                right of the entry field.
  656.         
  657.                You have three radio buttons to select the "type" of
  658.                hatch (normal, with Copy, with Move), just as you use
  659.                Hatch/Catch/Match from the command line.
  660.         
  661.                You can choose the file to be hatched via a file dialog
  662.                box: just click on the "Browse" push button on the right
  663.                of the field.
  664.         
  665.                You can also specify a "Replace" file via a file-dialog
  666.                by clicking on the "Browse" push-button on the right of
  667.                the "Repl" field.
  668.         
  669.                When doing Copy or Move, the files.bbs of the destination
  670.                area is updated and the "replace" file (if specified) is
  671.                deleted, just as if the file were tossed from the
  672.                inbound.
  673.         
  674.                You can mark the "No Local Kill" checkbox to prevent NEF
  675.                from deleting the "replace" file in the local area.
  676.         
  677.                You can load a "short description" (Desc) from the
  678.                files.bbs, by clicking on the "FilesBbs" push-button.
  679.         
  680.                You can load a multi-line "long description" (Long Desc)
  681.                from the File_Id.Diz inside the archive, from the
  682.                Files.Bbs or from a specified file (Arc Diz, FilesBbs,
  683.                File push-buttons respectively).
  684.         
  685.                If you do not have the "CompressCfg <filename>" statement
  686.                in Nef.Cfg, the "Arc Diz" push-button will be disabled.
  687.         
  688.                Of course you can always fill-in or modify any field
  689.                manually.
  690.         
  691.                Now look at the five push-buttons at the bottom of the
  692.                hatch dialog:
  693.         
  694.                <OK>: to exit the dialog and hatch all the entered files.
  695.         
  696.                <Prev>: to visualize the previous hatch entry.
  697.         
  698.                <Next>: to create a new (empty) entry in order to hatch
  699.                        another file.
  700.         
  701.                <Copy>: to copy the visualized entry to the first free
  702.                        position, in order to hatch another file by
  703.                        modifying the current entry.
  704.         
  705.                <Cancel> or ESC: to cancel the current entry.
  706.         
  707.                ALT-F4 or "Close", to abort (cancell all the hatch
  708.                       entries).
  709.         
  710.              - Please note that the PmHatch.Exe file must be in the path
  711.                when you invoke "Nef Send". In the case the PmHatch
  712.                program terminates abnormally, the NEF program will
  713.                wait for it indefinitely: you can stop it using CTRL-C or
  714.                CTRL-Break.
  715.         
  716.              - To allow the extraction of File_Id.Diz while using the Pm
  717.                Hatch, use the "CompressCfg <filename>" statement to
  718.                specify the location and name of a "Squish style"
  719.                compress.cfg:
  720.         
  721.                CompressCfg c:\squish\compress.cfg
  722.         
  723.         
  724.         
  725.         2.19   Public Beta, Oct 04 1995
  726.         
  727.              - Please note:
  728.         
  729.                APWORKS has changed phone number:
  730.         
  731.                2:332/504@fidonet +39-59-246112 ISDNC/V34/VFC/V32T/H16
  732.                2:332/524@fidonet +39-59-246113 ISDNC/V34/VFC/V32T/H16/FAX
  733.         
  734.                A new registration site is available:
  735.         
  736.                Jens Holm of 2:238/888@fidonet
  737.                Skanderupgade 9, D2
  738.                8660 Skanderborg
  739.                Denmark
  740.         
  741.                Price: 125.- DKR.
  742.         
  743.                Can be paid cash, check or postal order.
  744.         
  745.              - ATTENTION: this version is for use with Maximus 3.00;
  746.                support for Maximus 2.0x has been dropped. If you still
  747.                use Max 2.0x you have to disable filebase support or
  748.                continue using version 2.18.
  749.                If you do not use Maximus, you can obviously use whatever
  750.                version of NEF you like.
  751.         
  752.              - New mutual exclusive semaphore flag "FileBase.Bsy" used
  753.                to avoid concurrent access and modification of the
  754.                filebase by other ApWorks programs.
  755.                There is no need to delete this flag if it is not deleted
  756.                after a power failure or abnormal termination (ApWorks
  757.                programs are smart enough to realize whether the flag is
  758.                really in use or not).
  759.         
  760.              - New errorlevel 17 for FileBase Busy Timeout.
  761.         
  762.              - Support for the "MAXIMUS" environment variable: the
  763.                "MaxPrm" cfg statement is now only an override.
  764.                Please note that if the "MAXIMUS" variable is not
  765.                defined, you must use the "MaxPrm" statement BEFORE
  766.                "FileBaseUpdate".
  767.         
  768.              - When the files are touched in HPFS, the creation date is
  769.                modified, not the modification one, in order to make the
  770.                files recognized as new by Maximus and FLM without
  771.                changing the date that is normally shown and transferred:
  772.                you "see" and transfer to your downlinks the original
  773.                date of the file while Maximus and FLM are able to
  774.                realize that the file is new.
  775.         
  776.              - WildTags are now interpreted following the "OS/2 style"
  777.                for file wildcards: "*LOC*" specifies all tags that
  778.                contain "LOC"; "FW???" specifies all tags that have up
  779.                to three characters after "FW", etc.
  780.         
  781.         
  782.         
  783.         2.18   Public Beta, Aug 28 1995
  784.         
  785.              - KeepSeenBy statement dropped: SeenBys are now already
  786.                kept.
  787.         
  788.              - SeenBys are now always fully processed as they should.
  789.         
  790.              - Points are not included in the SeenBys of TICs addressed
  791.                to other links, to avoid unnecessarily huge lists of
  792.                SeenBys.
  793.         
  794.              - Fixed bug of Dos 2.17 version that prevented NEF from
  795.                moving files between different logical drives.
  796.         
  797.              - Description is now formatted between columns 4 and 79, to
  798.                make descriptions with empty lines look better.
  799.         
  800.              - The outbound functions (Out, OutView, Clean) can now
  801.                handle 2000 files instead of 1000 (?UT, ?LO).
  802.         
  803.              - PassThru areas implemented: new "-0" option in "FileArea"
  804.                statement.
  805.         
  806.                FileArea <TAG> <path> I|O|* [#<adr>] [-0] [[<flags>[link]...]
  807.         
  808.                When the "-0" is specified, the area is "PassThru", that
  809.                is its files will be deleted when already sent to all the
  810.                downlinks.
  811.         
  812.                Please note that ANY file (apart from FILES.*) present in
  813.                <path> and not attached to any system will be deleted.
  814.         
  815.              - Since it might be not efficient to always scan the entire
  816.                outbound to check for passthru files to be deleted, NEF
  817.                must be instructed to do so.
  818.                There are two ways to make NEF delete old passthru files:
  819.                - Use -p command line switch.
  820.                - Use CLEAN command line command.
  821.         
  822.                Examples:
  823.         
  824.         
  825.                NEF -p
  826.         
  827.                  Makes NEF operate as usual, but it will clean the
  828.                  PassThru areas before terminating.
  829.         
  830.         
  831.                NEF -p OUT
  832.         
  833.                 Makes NEF clean the PassThru areas and report the status
  834.                 of Outbound. This is the most efficient use, since NEF
  835.                 must scan the outbound once to make two different things
  836.                 ("clean passthru" and "outbound report").
  837.         
  838.         
  839.                NEF CLEAN
  840.         
  841.                 Makes NEF clean the PassThru.
  842.         
  843.         
  844.              - The OUT and OUTVIEW commands are now equivalent for
  845.                message output. When using file output ("NEF OUT Out.Txt"
  846.                or "NEF OUTVIEW Out.Txt") OUT generates a concise
  847.                Outbound analysis (no specification of each and every
  848.                attached file), while OUTVIEW generates a full report.
  849.         
  850.              - The <OUT> special tag in "Announce" statements now makes
  851.                NEF write a concise outbound report.
  852.         
  853.              - The new <OUTVIEW> special tag provides for a detailed
  854.                outbound analysis.
  855.         
  856.              - New special tag <THRU> represents all passthru areas.
  857.                If you want to keep NEF from announcing files received
  858.                in PassThru areas, just use "NoAnnounce <THRU>".
  859.         
  860.              - New extensions in "NewAreasFrom" statement:
  861.         
  862.                NewAreasFrom <adr> [#<aka>] [-0] [<path>]
  863.         
  864.                The "-0" switch allows to create PassThru areas when a
  865.                unknown TAG is encountered.
  866.         
  867.                The <path> is an override for the global "NewAreasPath"
  868.                statement.
  869.         
  870.         
  871.         
  872.         2.17   Public Beta, Aug 10 1995
  873.         
  874.              - 16 bit versions dropped.
  875.         
  876.              - (OS/2) EAs are now copied together with the file, when it
  877.                must be moved from inbound to the destination area.
  878.         
  879.              - Fixed bug that caused newly created areas to be added
  880.                multiple times to ticarea.cfg if 2 or more areas were
  881.                created at the same time.
  882.         
  883.              - When "MATCHing" a file that is already in its destination
  884.                directory, it was deleted. Fixed.
  885.         
  886.              - Multiple "Desc" keywords in the inbound TICs are now
  887.                recognized properly. Previously only multiple "LDesc"
  888.                keywords were allowed; "Desc" had to be unique.
  889.         
  890.              - The description for FILES.BBS is now always taken from
  891.                the "Desc" keyword(s) in the inbound TICs. Previously the
  892.                "LDesc" description was used if longer. Reason: many
  893.                "LDesc" descriptions contain boxes and look ugly when
  894.                reformatted. The Files.BBS description does not allow to
  895.                keep formatting (must be on a single line, the BBS
  896.                program will reformat according to its configuration).
  897.         
  898.              - The description for announcement messages is the longest
  899.                one between "Desc" and "LDesc". Its formatting is now
  900.                preserved.
  901.         
  902.              - Now the '*' wildcard used alone does not include special
  903.                tags (beginning by '<'). People using "Announce *" will
  904.                not be disappointed any further by the announcing of
  905.                <BAD> in the same area.
  906.         
  907.              - The Path statement in outgoing TICs contained the ASCII
  908.                local (instead of GMT) time specification followed by
  909.                "GMT". Now this has been fixed and the "GMT" changed to
  910.                "UTC". Please note that you must have the environment
  911.                variable "TZ" correctly set in config.sys (OS/2) or
  912.                autoexec.bat (DOS) to have a correct specification of
  913.                UTC.
  914.         
  915.                E.g. for Central European Time (CET)
  916.                SET TZ=CET-01  (winter, normal time)
  917.                SET TZ=CET-02  (summer, daylight saving time)
  918.         
  919.                E.g. for USA East Coast:
  920.                SET TZ=EST5EDT
  921.                Eastern time is 5h less than UTC and Daylight saving
  922.                applies with the "standard rule" from the first sunday of
  923.                April to the last sunday of October.
  924.         
  925.                More complicate expressions could be used to specify
  926.                automatic change to and back from daylight saving, if a
  927.                fix rule is available.
  928.         
  929.                E.g. for Italy: daylight is 1h ahead from last sunday of
  930.                March to last sunday of September.
  931.         
  932.                SET TZ=CET-01CDT,M3.5.0,M9.5.0
  933.         
  934.                (See a C manual for more details).
  935.         
  936.         
  937.              - New "NoSecure" (global) cfg statement to disable the
  938.                Secure mode. When "NoSecure" is used, NEF will toss
  939.                incoming files ignoring errors due to password mismatch
  940.                and missing from-authorization (sender not linked, sender
  941.                receive only). Anyway the error will be noted in the logs
  942.                and <BAD> message report.
  943.         
  944.              - New "-t" command line switch to toggle "Secure" mode.
  945.         
  946.              - New (global) cfg statement "SquishCfg <filename>". It is
  947.                used to find the path of a message area from its TAG.
  948.                Required to use the new "AreaTag" statement in "short"
  949.                form.
  950.         
  951.              - New "AreaTag <Tag> [<path> [-$]]" statement, to be used
  952.                in the place of "AreaPath <path> [-$]". You can now
  953.                specify an announcement area by using its TAG, as
  954.                specified in Squish.Cfg.
  955.         
  956.                e.g.
  957.                AreaTag LOCAL_ANNOUNCES
  958.         
  959.                The "long form", with both <Tag> and <path>
  960.                specifications is useful in the case you do not use
  961.                Squish and still want to tell NEF the TAG for an echo
  962.                area, so that it can log it to EchoTossLog.
  963.         
  964.              - New "EchoTossLog <filename>" (global) cfg statement. NEF
  965.                will log to the specified file the tags of the echoareas
  966.                where it has written announcements. If you use the
  967.                "MaxPrm" statement, you can omit "EchoTossLog", since NEF
  968.                will take the default from the MaxPrm.
  969.         
  970.              - New "MaxPrm <filename>" (global) cfg statement. It is
  971.                used to take the default for EchoTossLog and to get the
  972.                name and location of the files necessary for filebase
  973.                updating. This is required when using "FileBaseUpdate".
  974.         
  975.              - New "FileBaseUpdate" (global) cfg statement.
  976.                Requires "MaxPrm".
  977.                NEF will automatically update the filebase for all the
  978.                areas changed when tossing/hatching new files. No more
  979.                need for external FB.
  980.         
  981.              - New "NoReplace <WTAG> ..." (global) cfg statement.
  982.                Multiple statements can be used. The specified <WTAG>s
  983.                indicate in which areas you do not want NEF to delete
  984.                files specified by the "Replaces" keyword in inbound
  985.                TICs.
  986.         
  987.                E.g.: to avoid Replace in all areas:
  988.         
  989.                NoReplace *
  990.         
  991.         
  992.         
  993.         2.16   Restricted Beta
  994.         
  995.              - The special tags (e.g. <BAD>, <DEF>) can now be
  996.                excluded from announcement via the "NoAnnounce"
  997.                statement, just like all the normal tags.
  998.                This is useful for people who like announcing all
  999.                the areas together ("Announce *") and that were
  1000.                annoyed by the inclusion of the special tags
  1001.                also.
  1002.         
  1003.         
  1004.         
  1005.         2.15   Public Beta, Nov 11 1994
  1006.         
  1007.              - Be aware that all DOCS refer to version 2.00:
  1008.                updated documentation will be included in next
  1009.                version. For now, please read this file to know
  1010.                new features and changes.
  1011.         
  1012.              - The former support BBS (Videl, 2:332/504 511 524)
  1013.                will close in a few days. A new support BBS
  1014.                (ApWorks) is available with the same old address
  1015.                2:332/504; V34/VFC +39-59-243882.
  1016.                New Magics available for NEF beta: NEFBETA (OS/2)
  1017.                and NEFDBETA (Dos).
  1018.         
  1019.              - OS/2 versions are now compressed with InfoZip.
  1020.         
  1021.              - Fixed a problem that occurred when "short
  1022.                descriptions" (in "Desc" lines) were longer than
  1023.                255 characters. Nef considered the remaining of
  1024.                the description as an "unknown" line and put it
  1025.                in the outbound TICs. Now the remainder of a too
  1026.                long inbound-TIC line is discarded.
  1027.         
  1028.              - The "short description" limit has been raised to
  1029.                2KB (the same as for the "long description").
  1030.         
  1031.              - When both the "short" (Desc) and "long" (LDESC)
  1032.                descriptions are available, NEF uses the longer
  1033.                one for announcements and FILES.BBS. Up to
  1034.                v.2.14, NEF always used the "long" description
  1035.                if available.
  1036.         
  1037.         
  1038.         
  1039.         2.14   Public Beta
  1040.         
  1041.              - Support for Long Tags
  1042.                Now the area TAGs are not limited to 8 chars and
  1043.                can contain any character.
  1044.                Anyway you should be careful because other
  1045.                TIC processing programs could not be capable of
  1046.                handling such long tags.
  1047.                For sake of completeness, they can even contain
  1048.                blank spaces: where they could be misinterpreted
  1049.                as field separating characters, you must include
  1050.                the whole Tag in quotes: "Long Tag".
  1051.                See the DOC for more details.
  1052.         
  1053.              - Hatch/Match (batch mode):
  1054.                the character for separating the name and the
  1055.                replace fields has been changed from ',' to '/'.
  1056.         
  1057.              - The "BefDesc" statement has been substituted by
  1058.                the "DescStart" one.
  1059.                Here is a comparison of old and new syntax:
  1060.                BefDesc <WTAG> [<WTAG> ...] "<string>"
  1061.                DescStart "<string>" <WTAG> [<WTAG> ...]
  1062.         
  1063.              - Now there are 4 different EXEs.
  1064.                NEF.EXE:    32 bit OS/2
  1065.                NEF16.EXE:  16 bit OS/2
  1066.                NEFD.EXE:   32 bit DOS, requires DOS4GW.EXE
  1067.                NEFD16.EXE: 16 bit DOS
  1068.         
  1069.              - The "areafix" robot ignored messages marked as
  1070.                sent. Now they are processed, to avoid problems
  1071.                with netmail packers that mark all messages as
  1072.                sent, even if they are sent nowhere, being
  1073.                already arrived at destination.
  1074.         
  1075.              - New command line switch to override the
  1076.                "StatusLog" filename: "-l<logname>".
  1077.         
  1078.              - The maximum length of messages created by robots
  1079.                before splitting has been elevated to 12KB.
  1080.         
  1081.         
  1082.         
  1083.         2.12   Beta
  1084.         
  1085.              - Fixed bug that caused access violations when
  1086.                doing "NEF Out".
  1087.         
  1088.         
  1089.         
  1090.         2.11   Beta
  1091.         
  1092.              - Messages generated by NEF in multiple parts now
  1093.                have a time stamp that increases one second for
  1094.                each message part, thus avoiding false duplicate
  1095.                detection by the buggy dupe check of Squish 1.10.
  1096.         
  1097.         
  1098.         
  1099.         2.10   Beta
  1100.         
  1101.              - New function: "Outbound Analysis".
  1102.                Syntax: NEF OutView [<file>] (verbose)
  1103.                        NEF Out [<file>] (tiny)
  1104.         
  1105.                If <file> is not specified, the report goes to
  1106.                message areas. To define a message area for
  1107.                report, use the "<OUT>" keyword as a TAG. In this
  1108.                case, the Subj, Prefix and Suffix will be
  1109.                ignored.
  1110.         
  1111.         
  1112.         
  1113.         2.00 - First public release for the completely new NEF (OS/2 and
  1114.                DOS).
  1115.         
  1116.              - Added the <DEF> and <BAD> special tags for
  1117.                announcements.
  1118.         
  1119.              - Documented the NoAnnounce statement (already present in
  1120.                NEF v1.00).
  1121.         
  1122.              - Added the Tic processing and Link Robot sections.
  1123.         
  1124.         
  1125.         
  1126.         1.00 - First public release (DOS only).
  1127.